home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Misc. Directives / default.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  155 b   |  6 lines

  1. // sets the default texture that objects get when they have no texture specified
  2. #default
  3. {
  4.   texture { pigment {color red 1} finish{ambient 0.2} }
  5. }
  6.